ComponentOne Bitmap for UWP
Pin<T>(T,Action<IntPtr>) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > DXUtil Class > Pin Method : Pin<T>(T,Action<IntPtr>) Method
The type of the structure to pin.
The source.
The pin action to perform on the pinned pointer.
Pins the specified source and call an action with the pinned pointer.
Syntax
'Declaration
 
Public Overloads Shared Sub Pin(Of T As {New, Struct})( _
   ByRef source As T, _
   ByVal pinAction As System.Action(Of IntPtr) _
) 
public static void Pin<T>( 
   ref T source,
   System.Action<IntPtr> pinAction
)
where T: new(), struct

Parameters

source
The source.
pinAction
The pin action to perform on the pinned pointer.

Type Parameters

T
The type of the structure to pin.
See Also

Reference

DXUtil Class
DXUtil Members
Overload List